projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1eb52ac
)
(main): Handle EXTRA_INITIALIZE.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 9 Apr 1994 21:43:19 +0000
(21:43 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 9 Apr 1994 21:43:19 +0000
(21:43 +0000)
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index d0bcd1c540aea0b09b9a51d442ca1d35de89325f..9d06f9013603517ef5ddc2a557b2a7a1853a3d55 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-473,6
+473,10
@@
main (argc, argv, envp)
setuid (getuid ());
#endif /* PRIO_PROCESS */
+#ifdef EXTRA_INITIALIZE
+ EXTRA_INITIALIZE ();
+#endif
+
inhibit_window_system = 0;
/* Handle the -t switch, which specifies filename to use as terminal */